Autogenerated HTML docs for v1.5.2.2-249-g45fd
diff --git a/git-reflog.html b/git-reflog.html index 8a0f25c..1fe9a32 100644 --- a/git-reflog.html +++ b/git-reflog.html
@@ -298,6 +298,23 @@ <div class="sectionbody"> <dl> <dt> +--stale-fix +</dt> +<dd> +<p> + This revamps the logic — the definition of "broken commit" + becomes: a commit that is not reachable from any of the refs and + there is a missing object among the commit, tree, or blob + objects reachable from it that is not reachable from any of the + refs. +</p> +<p>This computation involves traversing all the reachable objects, i.e. it +has the same cost as <em>git prune</em>. Fortunately, once this is run, we +should not have to ever worry about missing objects, because the current +prune and pack-objects know about reflogs and protect objects referred by +them.</p> +</dd> +<dt> --expire=<time> </dt> <dd> @@ -343,7 +360,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 16-Jun-2007 09:49:17 UTC +Last updated 21-Jun-2007 00:35:00 UTC </div> </div> </body>